Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Interaction Namespace / C1LineMarker Class / FindViewById Method / FindViewById<T>(Int32) Method


In This Topic
    FindViewById<T>(Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function FindViewById(Of T As Android.Views.View)( _
       ByVal id As Integer _
    ) As T
    'Usage
     
    
    Dim instance As C1LineMarker
    Dim id As Integer
    Dim value As T
     
    value = instance.FindViewById(Of T)(id)
    public T FindViewById<T>( 
       int id
    )
    where T: Android.Views.View

    Parameters

    id

    Type Parameters

    T
    See Also